From: Richard M. Stallman Date: Thu, 17 Jun 1993 07:31:16 +0000 (+0000) Subject: entered into RCS X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95253 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1bf41cb0afa65fd2e39ba07ed5bdb0a08af47dea;p=emacs.git entered into RCS --- diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index ffe8e6bb1a6..c9cb12521dc 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.el @@ -1 +1,7 @@ +;; For our purposes we can treat the vt200 and vt100 almost alike. +;; Most differences are handled by the termcap entry. (load "term/vt100" nil t) + +;; Make F11 an escape key. +(define-key function-key-map "\e[23~" [?\e]) + diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el index ffe8e6bb1a6..c9cb12521dc 100644 --- a/lisp/term/vt220.el +++ b/lisp/term/vt220.el @@ -1 +1,7 @@ +;; For our purposes we can treat the vt200 and vt100 almost alike. +;; Most differences are handled by the termcap entry. (load "term/vt100" nil t) + +;; Make F11 an escape key. +(define-key function-key-map "\e[23~" [?\e]) + diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el index ffe8e6bb1a6..31f64a0f8b2 100644 --- a/lisp/term/vt240.el +++ b/lisp/term/vt240.el @@ -1 +1,6 @@ +;; For our purposes we can treat the vt200 and vt100 almost alike. +;; Most differences are handled by the termcap entry. (load "term/vt100" nil t) + +;; Make F11 an escape key. +(define-key function-key-map "\e[23~" [?\e])